

.containerbox {position: relative; top: 3%; left: 5%; width: 90%; height: 94%; background-image: url(../ccgreenback.jpg);}

.Iconbox { position: absolute; top: 0%; left: 0%; width: 13%; height: 100%; text-align: center; background-image: url(../GameTextures/greencolumn_mid.jpg); background-repeat: repeat-y;
background-position:center 0 }
.InventoryContainer { position: absolute; top: 27%; left:1%; width: 108px; text-align: center; }
.NotebookContainer { position: absolute; top: 50%; left: 15%; width: 76px; text-align: center;}
.ControllPanelContainer { position: absolute; top: 68%; left: 7%; width: 110px;  text-align: center; }
.FeetContainer { position: absolute; bottom: 0%; width: 110px; left: 6%; text-align: center; }

.GameBox { position: absolute; top: 0%; left: 13%; width: 69%; height: 100%;  }
.titlecontainer { position: absolute; top: 0%; left: 0%; width: 100%; height: 5%; text-align: center}
.bigtextboxcontainer { position: absolute; bottom: 15%; left: 0%; width: 100%; height: 79%;}
.feedbackcontainer { position: absolute; bottom: 5%; width: 100%; height: 11%; background: black;}
.ansbarcontainer { position: absolute; left: 3%; bottom: 0%; width: 100%;  height: 5%;  }


.ChapterBox { position: absolute; top: 0%; left: 82%; width: 18%; height: 100%;  }

.chapterlistcontainer { position: absolute; top: 6%; left: 0%; width: 100%; height: 60%; }
.musicControllcontainer { position: absolute; top: 66%; left: 0%; width: 100%; height: 4%; }
.ForumLinkcontainer { position: absolute; top: 70%; left: 0%; width: 100%; height: 15%; }

.ForumLink{ position: absolute; top: 0%; left: 5%; width: 53px; height: 100%; }
.SecretLink{ position: absolute; top: 0%; left: 45%; width: 85px; height: 100%; }


.clockladyfix { position: relative; width: 100px; height: 168px; left:6%; z-Index: 20;}
.clocktop { position:absolute; top: 49px; left: 25px; z-Index: 1; }
.FeetContainer  { position:absolute; width: 110px; bottom: 0%;}

.soldierContainer { position: absolute; bottom: 0%; right: 0%;  width: 282px; height: 125px; z-index: 30;}
.soldier { position: relative; bottom: 20px; left: 3px;width: 282px; height: 125px;}

/* No town at this size */

.townup { visibility: hidden }


/* Image size fixs for background */
.greencolumn
{
position:relative;
background-image: url(../GameTextures/greencolumn_mid.jpg);
background-repeat: repeat-y;
background-position:center 0; 
}
.greencolumnb
{
background-image: url(../GameTextures/greencolumnb_mid.jpg);
background-repeat: repeat-y;
background-position:center center; 

}

/* */
html, body { 
height: 100%;
width: 100%;
margin: 0; 
padding: 0;
}
